home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / diffex.zip / READ.ME < prev   
Text File  |  1993-09-05  |  1KB  |  28 lines

  1. This is the Free Software Foundation's latest version (2.3) of diff, diff3, and
  2. cmp.They were ported to NT as part of research for an article by PC Week Labs. 
  3. They are *not* examples of good programming, since I'm far from a professional
  4. C programmer.They do appear to work, but not every option has been tested 
  5. thoroughly. 
  6.  
  7. Documentation can be found in the *.inf files that is zipped up with the source
  8. code. The original source code is available from several internet sites. I ftp'ed
  9. the original source for these files from sunsite.unc.edu in GNU's textutils 
  10. distribution. Source for sdiff (and a Visual C++ make file) are also included,
  11. although I have not ported this yet. Feel free to finish the port. The changes
  12. I made to the original source is documented in changes.nt, which I generated
  13. with this command:
  14.  
  15. diff oldsrc newsrc
  16.  
  17. where oldsrc and newsrc were directories containing the original and my changed
  18. sources, respectively. You can also use the changes.nt file to find out the 
  19. original long name of some of the files, before they were truncated by pkzip.
  20.  
  21. There are two zip files in this distribution. 
  22.  
  23. diffsrc.zip -- source code and documentation
  24. diffexe.zip -- executables.
  25.  
  26. I'd appreciate hearing from anyone who improves on these ports.
  27.  
  28. -Eamonn Sullivan, PC Week Labs senior technical analyst.